@charset "utf-8";
/* CSS Document */
/*整体*/
body {
    background-color: #F6F6F6;
    /* overflow-x: hidden; */
    width: 100%;
    zoom: 1;
}

.clear {
    clear: both
}

/*.header,.nav,.banner,.main,.footer {
	min-width: 1440px;
}*/

/*顶部导航*/
.header {
    background-color: #FFFFFF;
    width: 100%;
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 999; *//*header 固定在顶部*/
    min-width: 1240px;
}

.top_nav {
    height: 30px;
    background-color: #f3f3f3;
    /* background-color: #565656; */
}

.top_nav li {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    /* color: #545454; */
    margin-left: 20px;
    float: left;
}

.top_nav li:nth-of-type(1) {
    margin-left: 0px;
}

/* .top_nav li a {
	color: #545454;
	position: relative;
} */
.app-page-title{
	padding-left: 5px !important;
	position: relative;
	top: -12px;
	font-size: 24px;
	line-height: 40px;
	color: #333;
}
.top_nav li a {
    font-size: 13px;
    display: inline-block;
    color: #474747;
    position: relative;
}

.top_nav li a:hover {
    color: #2670c9;
}

.top_nav li .tipsdenglu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    width: 166px;
    height: 124px;
    background: url(../../images/tipsdenglu.png) no-repeat center;
    z-index: 100;
    left: -70px;
    top: 25px;
    padding: 20px 10px;
    text-align: center;
    line-height: 40px;
}

.top_nav li .tipsdenglu p {
}

.top_nav li:hover .tipsdenglu {
    display: block;
}

.top_nav li a img {
    margin-top: 11px;
}

.QRCode {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: red;
    z-index: 100;
}

.top_nav li:hover .QRCode {
    display: block;
}

.news {
    width: 375px;
    height: 30px;
    padding-left: 26px;
    background: url("../../images/tonggao.png") no-repeat left 9px;
    overflow: hidden;
}

.news p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 31px;
    color: #535353;
}

.news p a {
    color: #535353;
}

/*header部分*/

.headerContent {
    position: relative;
}

.headerContent:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.smallNavSwitch {
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.logo {
    /* width: 312px; */
    /* margin-right: 60px;
    margin-top: 33px; */
}

.logo a {
    display: block;
}

.logo a img {
    height: 62px;
    margin-top: 15px;
}

.searchBox {
    margin-top: 32px;
}

.search {
    /* width: 730px; */
    width: 690px;
    /* width: 650px; */
    height: 46px;
    border: 1px solid #019EE7;
    position: relative;
    /* margin-right: 35px; */
    margin-right: 10px;
}

.selectBox {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.selectBox p {
    border-right: 1px solid #C2C2C2;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    margin: 14px 0;
    overflow: hidden;
    background: url(../../img/topNav_dropDown.png) no-repeat 65px;
    padding-left: 5px;
}

/*.selectBox p span {
	float: left;
	margin-left: 5px;
}

.selectBox p img {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}*/

.selectBox ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border: 1px solid #C2C2C2;
    border-top: none;
    background-color: #FFFFFF;
    z-index: 10;
}

.selectBox li {
    font-size: 14px;
    line-height: 30px;
    color: #707070;
    text-align: center;
}

.selectBox li:hover {
    color: #FFFFFF;
    background-color: #019EE7;
}

.searchText {
    /* margin-left: 90px; */
    margin-left: 20px;
+ margin-left: 10 px;
    margin-right: 95px;
    height: 100%;
}

.searchText input {
    border: none;
    width: 100%;
    /* height: 44px; */
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    /* padding-left: 20px; */
    border-width: 0;
    margin: 10px 0;
}

.searchBtn {
    width: 85px;
    height: 100%;
    font-size: 16px;
    /* line-height: 44px; */
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 2px;
    background-color: #019EE7;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
}

.advancedSearch {
    /* font-size: 14px;
    line-height: 16px;
    color: #019EE7;
    margin: 15px 0; */

    border: 1px solid #019ee7;
    color: #019ee7;
    display: block;
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
}

.advancedSearch:hover {
    text-decoration: underline;
}

.searchBox > p {
    font-size: 12px;
    line-height: 36px;
    color: #787878;
    margin-bottom: 3px;
}

.searchBox p a {
    color: #787878;
    margin-right: 15px;
    padding: 0 4px;
}

.loginBox {
    position: absolute;
    top: 45px;
    left: 1200px;
    /*background-color: red;*/
    width: 120px;
    overflow: hidden;
}

.loginBox a {
    display: inline-block;
    width: 56px;
    height: 26px;
    border: 1px solid #F3871D;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
}

.loginBox a.loginBtn {
    float: left;
    color: #F7F7F7;
    background-color: #F3871D;
}

.loginBox a.registerBtn {
    float: right;
    color: #F3871D;
    background-color: #FFFFFF;
}

/*nav部分*/
.nav {
    background-color: #0084cc;
    clear: both;
}

.nav li {
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 6px;
}

.nav li a {
    display: block;
    color: #FFFFFF;
    padding: 0 15px;
}

.nav li :HOVER {
    background-color: #0069af;
    /* background-color: yellowgreen; */
}

.nav .wide_li_a {
    background-color: #0069af;
    font-weight: bold;
}

.xnav {

}

.xnav ul {
    overflow: hidden;
    padding: 15px 0 7px;
}

.xnav li {
    float: left;
    font-size: 16px;
    line-height: 68px;
    color: #666666;
    margin-left: 28px;
}

.xnav li a {
    color: #666666;
}

.xnav li a:hover {
    color: #2670c9;
    text-decoration: underline;
}

.xnav li a.wide_li_a {
    font-weight: bold;
}

.top_nav li a {
    font-size: 12px;
}

.xnav li a {
    display: block;
    position: relative;
}

.xnav li a:hover,.xnav li a.active {
    font-weight: bold;
    color: #0075DA;
    text-decoration: none;
}

.xnav li a:hover:after,.xnav li a.active:after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #0075DA;
}
#pageIndex{display:none !important;}
.smallNav {
    display: none;
    width: 0;
    background: rgba(1, 158, 231, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    box-shadow: -1px 1px 15px rgba(0, 0, 0, 1);
}

.smallNav ul {
    width: 150px;
    padding: 15px 0 3px;
}

.smallNav li {
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.smallNav li a {
    color: #FFFFFF;
}

.smallNavClose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* 添加  */
/* 高级搜索导航切换样式 */
#a_id .wide_li_a {
    background-color: yellowgreen;
}

#a_id a {
    cursor: pointer;
}

.main {
    padding-top: 20px;
    margin-bottom: 30px;
    /* min-width: 1240px; */
}

.container {
    /* overflow: hidden; */
    background-color: #ffffff;
}

.location {
    margin: 0 20px 30px;
    font-size: 12px;
    line-height: 52px;
    color: #888888;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 3px;
}

.location a {
    color: #888888;
}

.location a:hover {
    color: #0077be;
    text-decoration: underline;
}

.location strong {
    color: #767676;
    /* margin: 0 4px; */
}

.contentBox {
    position: relative;
    margin: 0 20px 30px;
}

/* 热门应用推荐 */

.hotApp {

}

.partnerTitle {
    font-size: 15px;
    line-height: 36px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    /* padding-bottom: 6px; */
    margin: 5px 0 18px;
    background: url(../../images/partnerTitle.png) no-repeat left center;
    padding-left: 6px;
}

.partnerTitle a {
    float: right;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.partnerTitle a:hover {
    color: #0077be;
}

.hotApp li {
    position: relative;
    margin-bottom: 14px;
    min-height: 55px;
}

.hotAppImg {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 7px;
    left: 0;
}

.hotAppImg img {
    width: 100%;
    height: 100%;
}

.hotApptext {
    margin-left: 65px;
}

.hotApptext h6 {
    font-size: 12px;
    line-height: 26px;
    color: #555555;
}

.hotApptext h6 a {
    color: #555555;
}

.hotApptext h6 a:hover {
    color: #0077be;
    text-decoration: underline;
}

.hotApptext p {
	height:40px;
    font-size: 12px;
    line-height: 20px;
    color: #78797e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cookies {

}

.cookies li {
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cookies li a {
    color: #666666;
}

.cookies li a:hover {
    color: #f3871d;
}

.xSearch {
    min-width: 1240px;
    background: url("../../images/xSearchBG.png") no-repeat center top;
    padding-bottom: 15px;
}

.xSearchT {
    /* background: url("../../images/xSearchT.png") no-repeat 32px 44px; */
}

.xSearch_T {
    float: left;
    margin: 44px 30px 0 78px;
}

.xSearBox {
    float: left;
    overflow: hidden;
    /* width: 880px; */
}

.xSearchBox {
    float: left;
    width: 700px;
    height: 46px;
    background: #ffffff url("../../images/search.png") no-repeat 10px center;
    /* margin-left: 218px; */
    margin-top: 35px;
    border-radius: 4px;
}

.xSearchIn {
    float: left;
    width: 520px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    border: none;
    border-width: 0;
    margin: 10px 0 10px 40px;
}

.xSearchBtn {
    float: right;
    width: 120px;
    height: 44px;
    margin: 1px;
    background-color: #00a0e9;
    border: none;
    font-size: 20px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.advSearch {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 35px;
    font-size: 20px;
    line-height: 46px;
    color: #ffffff;
    cursor: pointer;
}

.advSearch a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.docType {
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 44px;
    color: #ffffff;
    /* margin-left: 218px; */
}

.docType a {
    color: #ffffff;
    margin-right: 16px;
    border-bottom: 2px solid transparent;
}

.docType a:hover {
    color: #fca50f;
    border-bottom-color: #fca50f;
}

.docType a.active_ {
    color: #fca50f;
    border-bottom-color: #fca50f;
}

.xBenner {
    overflow: hidden;
    text-align: center;
    background: url(../../images/banner-new.png) no-repeat center top;
    min-width: 1240px;
}

.xBenner img {
    /* width: 100%; */
    visibility: hidden;
}

.xSearch .wide {
    /* padding-top:110px; */
    /* width: 880px; */
    padding: 24px 0 0;
    text-align: center;
    font-size: 0;
}

.xSearch .xSearch_T {
    float: none;
    margin: 0 20px 0 0;
}

.xSearch .xSearBox {
    float: none;
    display: inline-block;
    width: 932px;
    text-align: left;
}

.xSearch .xSearchBox,
.xSearch .advSearch {
    margin: 0;
}

.xSearch .xSearchBox {
    position: relative;
    width: 832px;
    height: 48px;
    background:#fff;
}

.xSearch .advSearch {
    float: right;
}

.xSearch .xSearch {
    padding-bottom: 32px;
}

.xSearch .advSearch {
	position: relative;
	top: 0;
	height: 48px;
    font-size: 16px;
}
.xSearch .senior-link {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 55px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.xSearch .senior-link input {
    margin-right: 4px;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.nav-mobile{
	display:none;
}
.xSearch .advSearch a {
	display: block;
	line-height: 24px;
	color: #fff;
}
.xSearch .advSearch a:after {
	padding-left:5px;
    content: '>';
    line-height: 24px;
}

.xSearch .hot-keys {
	padding-top: 12px;
	clear: both;
	height: 41px;
	overflow: hidden;
	font-size: 14px;
	line-height:26px;
	text-align: center;
	color:#fff;
}
.xSearch .hot-keys .key-label{
	float: left;
}
.xSearch .hot-keys a{
	float: left;
	margin-left: 13px;
	padding: 0 12px;
	border-radius: 13px;
	background: #0C67B7;
	color: #fff;
}
.xSearch .hot-keys a:hover{
	background: #1EBEB7;
}
.xSearch .docType {
    padding-bottom: 12px;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.xSearch .docType a {
    margin: 0 7px 0 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    font-size: 15px;
    border: none;
}

.xSearch .docType a:hover {
    color: #EA9833;
}

.xSearch .docType a.active_ {
    background: #EA9833;
    border-radius: 10px;
    color: #fff;
}

.xSearch .xSearchIn {
    margin: 11px 0 0 25px;
    width: 630px;
}
.xSearch .xSearchIn::-webkit-input-placeholder{color:#B4B4B4;}
.xSearch .xSearchIn::-moz-placeholder{color:#B4B4B4;}
.xSearch .xSearchIn:-moz-placeholder{color:#B4B4B4;}
.xSearch .xSearchIn:-ms-input-placeholder{ color:#B4B4B4;}
.xSearch .xSearchBtn {
	margin: 0 5px 0 0;
	width: 48px;
    height: 48px;
    color: transparent;
    background: url(../../images/index/xSearchBtn-bg-icon.png) no-repeat center center;
}

.xSearch_T {
    display: none !important;
}

.xSearch_T.search-title-icon {
    margin: 50px 30px 0 0;
    display: inline-block !important;
}

.xSearch {
    background: transparent !important;
    position: relative;
    padding: 50px 0;
}

.xSearch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 438px;
    background: url(../../images/module-search-bg.jpg) no-repeat center top;
    background-size: 1920px auto;
    bottom: 0;
    z-index: -1;
}
#typeahead_id {
    top: 126px !important;
    font-size: 12px;
    left: 50% !important;
    margin-left: -330px;
}
.dialog-agreement {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1000000;
}
.dialog-agreement-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	bottom: 5%;
}
.dialog-agreement .dialog-content {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	height: 100%;
	padding: 20px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background: #fff;
	border-radius: 4px;
	
}
.dialog-agreement p {
	margin-top: 12px;
}
.dialog-agreement .dialog-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.dialog-agreement .content-scroll {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 50px;
	padding: 20px 40px;
}
.dialog-agreement .dialog-list-title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
.dialog-agreement .dialog-right {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.dialog-agreement .dialog-btngroup {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	padding-top: 10px;
}
.dialog-agreement .dialog-btngroup .dialog-btn {
	margin: 0 auto;
	width: 200px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	background: #0075DA;
	cursor: pointer;
}
.dialog-agreement .dialog-btngroup .dialog-btn:hover {
	background: #0769bf;
}
@media only screen and (max-width: 1200px) and (min-width: 768px){
}
@media (max-width: 767px) {
	
    .xSearch .wide {
        width: 100%;
        padding-top: 0;
    }

    .xSearch .xSearBox {
    	margin:0;
        width: 100%;
        padding: 0 15px;
        padding-bottom: 5px;
    }

    .xSearch .xSearchBox {
        margin-top: 15px;
        width: 100%;
        height: 46px;
    }

	.nav-mobile{
		display: block;
	}
    .xSearch .xSearchIn {
        margin: 0;
        width: 76%;
        height: 100%;
        padding: 10px 0 10px 20px;
        background: transparent;
        font-size: 14px;
    }
	.xSearch .hot-keys{
		height:30px;
		padding-top: 8px;
		line-height:22px;
	}
    .xSearch .xSearchBtn {
    margin: 4px 0;
        height:38px;
    }

    .xSearch:after {
    	height: 200%;
        background-size: auto 100%;
    }

    .xSearch_T.search-title-icon {
        display: none !important;
    }
    .xSearch .docType a {
        margin: 0;
        font-size: 13px;
    }

    .xSearch .docType {
    	width: 100%;
    	height: auto;
        padding-top: 7px;
        padding-bottom: 0;
        white-space: nowrap;
        overflow: auto;
    }
    #typeahead_id {
        top: 46px !important;
        left: 0px !important;
    	margin-left: 0;
    }
    .app-page-title{
    	top: -7px;
    }
    .dialog-agreement .dialog-title{
    	font-size: 16px;
    	white-space: nowrap;
    }
    .dialog-agreement .dialog-list-title{
    	font-size: 16px;
    }
    .xSearch .senior-link {
        display: none;
    }
}
